home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 43.zip / Excellence v1.10 disk 2.adf / Preferences.Readme < prev    next >
Text File  |  1988-03-25  |  8KB  |  133 lines

  1.                 V1.3 Preferences
  2.                 ----------------
  3.  
  4.     The new Preferences program has a 2nd printer graphic screen.
  5. The gadgets and their descriptions are as follows:
  6.  
  7. Gadget      Description
  8. ------      -----------
  9.  
  10. Density   1-7 - the user density is SPECIAL_DENSITY1 thru SPECIAL_DENSITY7
  11.                 and it OVERRIDES whatever density the application program
  12.                 has selected.  You can use this to assure a certain
  13.                 density.  The lower the density the faster the print times
  14.                 (on those printers with multiple densities).
  15.  
  16. Center Image    turns on/off horizontal centering of the picture on the
  17.                 paper.  This options overrides the Left Offset value.
  18.  
  19. Scaling     Fraction - normal scaling (default).
  20.             Integer  - every dot on the screen is guarenteed to appear as an
  21.                        even number of dots on the printer both in the x and
  22.                        y dimension.  ie. if your source picture is 320x200,
  23.                        the printed picture width will be either 320, 640,
  24.                        960, etc. dots wide and 200, 400, 600, etc. dots
  25.                        high.  THIS IS THE OPTION TO USE WHEN YOU ARE TRYING
  26.                        TO PRINT A PICTURE THAT CONTAINS THIN VERTICAL AND
  27.                        HORIZONTAL LINES (LIKE A GRID).  The actual size of
  28.                        the printed picture will be the size you asked for
  29.                        scaled up/down to the nearest multipe of the width
  30.                        and height of the picture.  When you do this you
  31.                        completely override the aspecting feature of the
  32.                        printer device.  ie. it is possible to get a
  33.                        (slightly) distorted (non aspect ratio correct)
  34.                        picture.  THIS OPTION IS ALSO USEFULL IF YOU ARE
  35.                        PRINTING OUT BIT-IMAGE TEXT (LIKE IN NOTEPAD) AS
  36.                        THE FONTS WONT BE DISTORTED DUE TO FRACTIONAL SCALING.
  37.  
  38. Color Correction - this option selectively tries to match all shades of
  39.                    either red (R), green (G), or blue (B) from the screen
  40.                    to the printer.  Initially the printer device can
  41.                    print all the 4096 colors of the Amiga on a printer.
  42.                    However, as color correction is applied the total
  43.                    number of printed colors is reduced to a low of 3172.
  44.                    To see the effect of this option, print out a picture
  45.                    with solid red, green, and blue shades twice, once
  46.                    with this option on, and once with it off.  Now compare
  47.                    the two pictures with the screen display; the results
  48.                    should be obvious.
  49.  
  50. LeftOffset         - offsets the printed picture horizontally in increments
  51.                    of tenths of an inch.  The 'Center Image' option (above)
  52.                    disables this option.
  53.  
  54. Dithering       Ordered - color intensities on the printer are formed using
  55.                           an 'ordered' dither method.  This is the default.
  56.                 HalfTone - color intensities on the printer are formed
  57.                            using a 'halftone' dither method.  This
  58.                            technique is similar to the one used in
  59.                            newspapers and comic books and works best on
  60.                            high density printers (> 150 dots/inch).
  61.                 F/S - color intensities on the printer are formed using the
  62.                       'Floyd-Steinberg' error distribution method.  This
  63.                       option (currently) slows down the printing by a factor
  64.                       of two as it has to analyse each pixel before printing.
  65.                       Note that this option automatically turns off
  66.                       anti-aliasing as they can not be used in conjunction
  67.                       with each other.
  68.  
  69. MaxWidth        - limits the width of the printed picture in tenths / inch.
  70. MaxHeight       - limits the height of the printed picture in tenths / inch.
  71. <-Limits->      - this gadget determines how the above 'limits' are to be
  72.                   interpreted as follow:
  73.                 IGNORE - the limits are to be IGNORED.  The printed picture's
  74.                          size is bounded by the old standbye of:
  75.                          width = 
  76.                          (right margin - left margin + 1) / chars per inch.
  77.                          height = 
  78.                          lines per page / lines per inch.
  79.                          This option is here to remain compatible with
  80.                          pre V1.3 software and is the default.
  81.                 BOUNDED - the printed picture's size is BOUNDED by
  82.                           MaxWidth and MaxHeight.  ie. if you want the
  83.                           printed picture to be no bigger than 4 x 5
  84.                           (but it could be smaller), set MaxWidth to 40,
  85.                           MaxHeight to 50, and select BOUNDED.  This option
  86.                           is here so that you don't have to change the
  87.                           text settings (margins, lines per page, etc.)
  88.                           everytime you do a graphic print.
  89.                 ABSOLUTE - MaxWidth and MaxHeight are taken to be ABSOLUTE
  90.                            values.  The printed picture's size is no
  91.                            longer bounded rather it will absolutely be
  92.                            the size specified here.  ie. If you want the
  93.                            printed picture to be exactly 4.0 x 5.0 inches;
  94.                            set MaxWidth to 40, MaxWidth to 50, and select
  95.                            ABSOLUTE.  When you do this you completely
  96.                            override the aspecting feature of the printer
  97.                            device.  ie. it is possible to get a (very)
  98.                            distorted (non aspect ratio correct) picture.
  99.                            Setting one (but not both) of the dimensions to
  100.                            zero aspect ratio corrects that dimension. ie.
  101.                            If you set MaxWidth to 40 and MaxHeight to 0,
  102.                            then the printed picture will be 4.0 inches wide
  103.                            and as tall as it needs to be in order to be
  104.                            aspect ratio correct.  If both of the dimensions
  105.                            are zero then the printed picture will be the
  106.                            printer's maximum dots wide and as tall as it
  107.                            needs to be in order to be aspect ratio correct.
  108.                 PIXELS - MaxWidth and MaxHeight are taken to be absolute
  109.                          values in printer PIXELS and not tenths of an inch!
  110.                          The same rules for 'ABSOLUTE' (MaxWidth = 0 and
  111.                          MaxHeight = 0) apply here.
  112.               MULTIPLY - MaxWidth and MaxHeight are used to MULTIPLY the
  113.                          source picture's width and height.  ie. If you
  114.                          specified a MaxWidth of 2 and a MaxHeight of 4,
  115.                          the printed picture would be 2x the source picture's
  116.                          width pixels wide and 4x the source picture's
  117.                          height pixels high.  Thus if the source picture
  118.                          were 320 x 200, the printed picture would be
  119.                          640 (320 x 2) pixels wide and 800 (200 x 4) pixels
  120.                          high.  The same rules for 'ABSOLUTE' (MaxWidth = 0
  121.                          and MaxHeight = 0) apply here.  Ths same benefits
  122.                          that apply to INTEGER scaling are valid here.
  123.  
  124. Anti-alias      - attempts to smooth diagonal lines.  This option (currently)
  125.                   slows down the printing by a factor of two as it has to 
  126.                   analyze each pixel (and its closest neighbours) before
  127.                   printing.  This option is best suited for use with programs
  128.                   that do graphic dumps of text (like ProWrite, PageSetter,
  129.                   CityDesk, Publisher 1000, NotePad, etc.).
  130.                   Note that this option automatically turns off
  131.                   Floyd-Steinberg dithering (and selects Ordered dithering)
  132.                   as they can not be used in conjunction with each other.
  133.